Package-level declarations

Types

Link copied to clipboard
@ContainerScope
class BetweenStoryPagesAdsCounter @Inject constructor
Link copied to clipboard
data class StorytellerClipsDataModel(val collection: String, val theme: UiTheme? = null, val uiStyle: StorytellerListViewStyle = StorytellerListViewStyle.AUTO, val displayLimit: Int = Int.MAX_VALUE, val cellType: StorytellerListViewCellType = StorytellerListViewCellType.SQUARE, val offset: Int = 0, val visibleTiles: Float? = null, val context: StorytellerAnalyticsContext? = null) : StorytellerDataModel

Data model for displaying a list of Clips from a specific collection. For more details on configuring Storyteller lists, see the Storyteller Lists Documentation.

Link copied to clipboard

Base class for data models used to configure Storyteller list views. It defines common properties for displaying Stories or Clips. For more details on configuring Storyteller lists, see the Storyteller Lists Documentation.

Link copied to clipboard
data class StorytellerStoriesDataModel(val categories: List<String>? = null, val theme: UiTheme? = null, val uiStyle: StorytellerListViewStyle = StorytellerListViewStyle.AUTO, val displayLimit: Int = Int.MAX_VALUE, val cellType: StorytellerListViewCellType = StorytellerListViewCellType.SQUARE, val offset: Int = 0, val visibleTiles: Float? = null, val context: StorytellerAnalyticsContext? = null) : StorytellerDataModel

Data model for displaying a list of Stories based on categories. For more details on configuring Storyteller lists, see the Storyteller Lists Documentation.